Commands > Adding commands to the Commands menu |
![]() ![]() ![]() |
Adding commands to the Commands menu
Dreamweaver automatically adds to the bottom of the Commands menu any files that are inside the Configuration/Commands folder. To prevent a command from appearing in the Commands menu, put the following comment on the first line of the file:
<!-- MENU-LOCATION=NONE -->
In Dreamweaver 1 and 2, if you wanted to control the position or text associated with a command, you could add it explicitly to the CommandMenu.htm file. In Dreamweaver 3, this file was superseded by the menus.xml file, which controls the entire menu structure for Dreamweaver. For more information about modifying the menus.xml file, see "Customizing Dreamweaver" in Using Dreamweaver.
![]() ![]() ![]() |